﻿2026-06-19T23:28:13.9618021Z ##[group]Run actions/checkout@v5
2026-06-19T23:28:13.9618799Z with:
2026-06-19T23:28:13.9619286Z   repository: SaberMage/spt-core
2026-06-19T23:28:13.9622492Z   token: ***
2026-06-19T23:28:13.9622850Z   ssh-strict: true
2026-06-19T23:28:13.9623216Z   ssh-user: git
2026-06-19T23:28:13.9623593Z   persist-credentials: true
2026-06-19T23:28:13.9623999Z   clean: true
2026-06-19T23:28:13.9624371Z   sparse-checkout-cone-mode: true
2026-06-19T23:28:13.9624802Z   fetch-depth: 1
2026-06-19T23:28:13.9625160Z   fetch-tags: false
2026-06-19T23:28:13.9625537Z   show-progress: true
2026-06-19T23:28:13.9625900Z   lfs: false
2026-06-19T23:28:13.9626244Z   submodules: false
2026-06-19T23:28:13.9626638Z   set-safe-directory: true
2026-06-19T23:28:13.9627256Z ##[endgroup]
2026-06-19T23:28:14.0430282Z Syncing repository: SaberMage/spt-core
2026-06-19T23:28:14.0431837Z ##[group]Getting Git version info
2026-06-19T23:28:14.0432482Z Working directory is '/home/reavus/actions-runner/_work/spt-core/spt-core'
2026-06-19T23:28:14.0433408Z [command]/usr/bin/git version
2026-06-19T23:28:14.0460785Z git version 2.43.0
2026-06-19T23:28:14.0479516Z ##[endgroup]
2026-06-19T23:28:14.0491367Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/75f7ce83-8105-478c-af78-84e897a10e06' before making global git config changes
2026-06-19T23:28:14.0494473Z Adding repository directory to the temporary git global config as a safe directory
2026-06-19T23:28:14.0495436Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-core/spt-core
2026-06-19T23:28:14.0527724Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-19T23:28:14.0547189Z https://github.com/SaberMage/spt-core
2026-06-19T23:28:14.0557705Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-19T23:28:14.0560129Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-19T23:28:14.0578926Z HEAD
2026-06-19T23:28:14.0611522Z ##[endgroup]
2026-06-19T23:28:14.0612482Z [command]/usr/bin/git submodule status
2026-06-19T23:28:14.0790891Z ##[group]Cleaning the repository
2026-06-19T23:28:14.0794169Z [command]/usr/bin/git clean -ffdx
2026-06-19T23:28:14.8497006Z Removing target/
2026-06-19T23:28:14.8506206Z [command]/usr/bin/git reset --hard HEAD
2026-06-19T23:28:14.8738834Z HEAD is now at 8e79aaca Merge bf32b8cdcdc27653346a572478007f28d506f9b3 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-19T23:28:14.8744005Z ##[endgroup]
2026-06-19T23:28:14.8745400Z ##[group]Disabling automatic garbage collection
2026-06-19T23:28:14.8749628Z [command]/usr/bin/git config --local gc.auto 0
2026-06-19T23:28:14.8776669Z ##[endgroup]
2026-06-19T23:28:14.8777594Z ##[group]Setting up auth
2026-06-19T23:28:14.8781844Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-19T23:28:14.8806391Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-19T23:28:14.8994591Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-19T23:28:14.9021479Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-19T23:28:14.9210437Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-19T23:28:14.9235723Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-19T23:28:14.9430743Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-19T23:28:14.9460602Z ##[endgroup]
2026-06-19T23:28:14.9462481Z ##[group]Fetching the repository
2026-06-19T23:28:14.9467427Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +8e79aacaee8fc31766d35d582208ea41d963b8fb:refs/remotes/pull/26/merge
2026-06-19T23:28:15.3828334Z ##[endgroup]
2026-06-19T23:28:15.3829612Z ##[group]Determining the checkout info
2026-06-19T23:28:15.3830519Z ##[endgroup]
2026-06-19T23:28:15.3832897Z [command]/usr/bin/git sparse-checkout disable
2026-06-19T23:28:15.3910294Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-19T23:28:15.3934598Z ##[group]Checking out the ref
2026-06-19T23:28:15.3936648Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/26/merge
2026-06-19T23:28:15.3976294Z HEAD is now at 8e79aaca Merge bf32b8cdcdc27653346a572478007f28d506f9b3 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-19T23:28:15.3979909Z ##[endgroup]
2026-06-19T23:28:15.4009538Z [command]/usr/bin/git log -1 --format=%H
2026-06-19T23:28:15.4028671Z 8e79aacaee8fc31766d35d582208ea41d963b8fb
